[DebuggerNonUserCode()] public class NullableBooleanAssertions<TAssertions> : BooleanAssertions<TAssertions> where TAssertions: NullableBooleanAssertions<TAssertions>
[DebuggerNonUserCode()] public class NullableBooleanAssertions<TAssertions> : BooleanAssertions<TAssertions> where TAssertions: NullableBooleanAssertions<TAssertions>
System.Object
FluentAssertions.Primitives.BooleanAssertions<TAssertions>
FluentAssertions.Primitives.NullableBooleanAssertions<TAssertions>
FluentAssertions.Primitives.NullableBooleanAssertions
Name | Description | |
---|---|---|
![]() | NullableBooleanAssertions<TAssertions> Constructor |
Name | Description | |
---|---|---|
![]() | Subject | Gets the object whose value is being asserted. (Inherited from FluentAssertions.Primitives.BooleanAssertions<TAssertions>) |
Name | Description | |
---|---|---|
![]() | Be | Overloaded. Asserts that the value is equal to the specified expected value. |
![]() | BeFalse | Asserts that the value is false. (Inherited from FluentAssertions.Primitives.BooleanAssertions<TAssertions>) |
![]() | BeNull | Asserts that a nullable boolean value is a null reference (Nothing in Visual Basic). |
![]() | BeTrue | Asserts that the value is true. (Inherited from FluentAssertions.Primitives.BooleanAssertions<TAssertions>) |
![]() | Equals | (Inherited from FluentAssertions.Primitives.BooleanAssertions<TAssertions>) |
![]() | HaveValue | Asserts that a nullable boolean value is not a null reference (Nothing in Visual Basic). |
![]() | Imply | Asserts that the value implies the specified consequent value. (Inherited from FluentAssertions.Primitives.BooleanAssertions<TAssertions>) |
![]() | NotBe | Overloaded. Asserts that the value is not equal to the specified unexpected value. |
![]() | NotBeFalse | Asserts that the value is not false. |
![]() | NotBeNull | Asserts that a nullable boolean value is not a null reference (Nothing in Visual Basic). |
![]() | NotBeTrue | Asserts that the value is not true. |
![]() | NotHaveValue | Asserts that a nullable boolean value is a null reference (Nothing in Visual Basic). |
Name | Description | |
---|---|---|
![]() | As<TTo> | Safely casts the specified object to the type specified through TTo. |
![]() | Awaiting | Overloaded. Invokes the specified action on a subject so that you can chain it with any of the assertions from FluentAssertions.Specialized.NonGenericAsyncFunctionAssertions |
![]() | Enumerating | Overloaded. Forces enumerating a collection. Should be used to assert that a method that uses the yield keyword throws a particular exception. |
![]() | ExecutionTimeOf<T> | Provides methods for asserting the execution time of a method or property. |
![]() | Invoking | Overloaded. Invokes the specified action on a subject so that you can chain it with any of the assertions from FluentAssertions.Specialized.ActionAssertions |
![]() | Monitor | Overloaded. Starts monitoring eventSource for its events. |
![]() | Should | Overloaded. Returns an FluentAssertions.Specialized.ExecutionTimeAssertions object that can be used to assert the current FluentAssertions.Specialized.ExecutionTime. |
![]() | Should | Overloaded. Returns an FluentAssertions.Primitives.EnumAssertions<TEnum,TAssertions> object that can be used to assert the current TEnum. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2